home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / ws_ftp / ws_ftp.txt < prev    next >
Encoding:
Text File  |  1994-10-25  |  6.9 KB  |  160 lines

  1.   Windows Sockets FTP Client Application  -  WS_FTP  -  Version 94.03.25
  2.   ======================================================================
  3.  
  4.  Description:
  5.  
  6.    This application is a standard File Transfer Protocol (FTP) client 
  7.    application for Windows Sockets.  The user interface for this FTP 
  8.    client is designed with the novice FTP user in mind.  Usage should 
  9.    be obvious.  For more information on FTP please refer to the many
  10.    different NETNEWS groups or one of the recent books on the Internet.
  11.  
  12.    WS_FTP also provides for automatic downloads of files.  See HLP file
  13.    for information on "Auto Transfer of Files".
  14.  
  15.   **********************************************************************
  16.   *  This program executable, help file and related text files may be  *
  17.   *  distributed freely and may be used without fee by any individual  *
  18.   *  for  non-commercial  use  and  by  any  United States Government  *
  19.   *  organization.  This version of WS_FTP may  not be distributed as  *
  20.   *  a part of any commercial package.                                 *
  21.   **********************************************************************
  22.  
  23.    This program was developed entirely on personal equipment using 
  24.    personal time and personal resources.  My association with the U.S. 
  25.    Army has no bearing on the design or implementation of this program 
  26.    nor does it imply that the U.S. Army, Fort Gordon, the United States 
  27.    Military Academy or the U.S. Army Computer Science School endorses 
  28.    the use of this program.
  29.  
  30.  Requirements:
  31.  
  32.    WS_FTP requires you to have a properly installed WINSOCK.DLL 
  33.    and requires Windows 3.1 or later. 
  34.  
  35.  Installation:
  36.  
  37.    YOU MUST HAVE A PROPERLY INSTALLED WINSOCK.DLL FOR THIS APPLICATION
  38.    TO WORK.  REFER TO YOUR WINSOCK.DLL DOCUMENTATION FOR SETUP!!
  39.  
  40.    1. Create a directory for this program and copy WS_FTP.EXE, 
  41.       WS_FTP.INI and WS_FTP.HLP to that directory.
  42.  
  43.    2. Create an ICON in any Program Manager group.
  44.       a. Use the File Manager and drag the program into a Program
  45.          Manager group.
  46.       b. Use [F]ile [N]ew in the Program Manager.
  47.  
  48.  Latest Version:
  49.  
  50.    The latest version of this application should always be the file
  51.    /pub/msdos/winsock.files/ws_ftp.zip on ftp.usma.edu (129.29.64.246).
  52.    To access it, enter 129.29.64.246 as the host name and check the
  53.    "anonymous login" box in the WS_FTP connect dialog box.
  54.  
  55.    Beta versions are only available from ftp.usma.edu in the /pub/msdos
  56.    directory as ws_ftp.zip.new
  57.  
  58.    Source code for the 93.12.05 version is in the file ws_ftp_s.zip
  59.    in the /pub/msdos/winsock.files directory on ftp.usma.edu.
  60.  
  61.  Bug reports, suggestions, etc...
  62.  
  63.    If you connect to a host that WS_FTP doesn't recognize (i.e. listboxes
  64.    remain blank or are displayed incorrectly).
  65.  
  66.    1. Try the different host types that are listed in the options dialog
  67.       box.  (the change takes affect immediately, you do not need to 
  68.       change directories, etc..)
  69.  
  70.    2. If you can't find one that displays the directory correctly, then:
  71.  
  72.       a.  Double click on the status area and save the message log to a file
  73.       b.  click on the LongDir button and save the contents to a different
  74.           file.
  75.       c.  mail both files to "junodj@css583.gordon.army.mil"
  76.  
  77.    Send all bug reports, suggestions, etc to "junodj@css583.gordon.army.mil"
  78.    or to "72321,366" on compuserve or to "jjunod" on america-on-line.
  79.   
  80.    If you like this program, let other people know about it!
  81.    Post your comments in comp.protocol.tcp-ip.ibmpc, alt.winsock and
  82.    in the windows groups on usenet and places like compuserve.  Let
  83.    people know about it!
  84.  
  85.  Program information and copyright:
  86.  
  87.    Copyright (C) 1994 by John A. Junod.  All rights reserved.
  88.  
  89.    Author:
  90.        John A. Junod          Internet: <junodj@css583.gordon.army.mil>
  91.        267 Hillwood Street              <zj8549@trotter.usma.edu>
  92.        Martinez, GA 30907   Compuserve: 72321,366       AOL: jjunod
  93.        (706)-780-2671
  94.  
  95.    THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY 
  96.    OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  97.    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  98.    PURPOSE. IN NO EVENT SHALL JOHN A. JUNOD BE LIABLE FOR ANY DAMAGES 
  99.    WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS 
  100.    OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JOHN A. JUNOD HAS BEEN 
  101.    ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  102.  
  103.   **********************************************************************
  104.   *  This program executable, help file and related text files may be  *
  105.   *  distributed freely and may be used without fee by any individual  *
  106.   *  for  non-commercial  use  and  by  any  United States Government  *
  107.   *  organization.  This version of WS_FTP may  not be distributed as  *
  108.   *  a part of any commercial package.                                 *
  109.   **********************************************************************
  110.  
  111.    This program was developed entirely on personal equipment using 
  112.    personal time and personal resources.  My association with the U.S. 
  113.    Army has no bearing on the design or implementation of this program 
  114.    nor does it imply that the U.S. Army, Fort Gordon, the United States 
  115.    Military Academy or the U.S. Army Computer Science School endorses 
  116.    the use of this program.
  117.  
  118.   -----------------------------------------------------------------------
  119.  
  120. Latest changes:
  121.  
  122.   Strip directory name from front of VMS names if present.
  123.  
  124.   Corrected keys in popup menu.
  125.  
  126.   Added OS/9 host type
  127.  
  128.   Changed Connect/Close/Cancel/Help button processing
  129.  
  130.   Support WWW URL "file:" type on command line
  131.  
  132.   Retry connection to host up to 20 times
  133.  
  134.   Pressing <- and -> buttons with no file selected will prompt for name
  135.  
  136.   Pressing OK button in connection box does NOT save host information,
  137.     you must press Save_Config instead.
  138.  
  139.   Added support for Piper IP FTP daemons (does NOT auto detect and long
  140.     directory looks just like a DOS directory)
  141.  
  142.   Added support for PASV transfers (new option)
  143.   
  144.   Added option to Auto Save Configuration when OK button is pressed in
  145.     the connection box.
  146.     
  147.   Added option to change the screen layout (you must change the window
  148.     size to make the change take effect immediately)
  149.     
  150.   Command line also supports "ftp:\\host_name\path_name\file_name"
  151.   
  152.   Added local directory to connection dialog... watch where you are
  153.     located if you don't have a directory specified!  You can use
  154.     "ORIGDIR" to make sure that it is in the directory where WS_FTP
  155.     started from otherwise you are left in the current directory if
  156.     no name is specified.
  157.     
  158. I've got a whole list of other changes to make but have been fairly busy
  159. lately so it may be a few weeks before the next version.  Sorry if your
  160. changes haven't been made!  - jaj